org.eclipse.vtp.framework.interactions.core.services
Class PlatformSelector

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.services.PlatformSelector
All Implemented Interfaces:
IPlatformSelector

public class PlatformSelector
extends java.lang.Object
implements IPlatformSelector

Implementation of the platform selector.

Author:
Lonnie Pryor

Constructor Summary
PlatformSelector(IExecutionContext context)
          Creates a new PlatformSelector.
 
Method Summary
 IPlatform selectPlatform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformSelector

public PlatformSelector(IExecutionContext context)
Creates a new PlatformSelector.

Parameters:
context - The context to search in.
Method Detail

selectPlatform

public IPlatform selectPlatform()
Specified by:
selectPlatform in interface IPlatformSelector